home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / dos / diverses / leda / incl / sunview.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-11-15  |  523 b   |  28 lines

  1. /*******************************************************************************
  2. +
  3. +  LEDA  2.1.1                                                 11-15-1991
  4. +
  5. +
  6. +  sunview.h
  7. +
  8. +
  9. +  Copyright (c) 1991  by  Max-Planck-Institut fuer Informatik
  10. +  Im Stadtwald, 6600 Saarbruecken, FRG     
  11. +  All rights reserved.
  12. *******************************************************************************/
  13.  
  14.  
  15.  
  16.  
  17. #ifndef SUNVIEW_H
  18. #define SUNVIEW_H
  19.  
  20. /* for historical reasons */
  21.  
  22. #include <LEDA/window.h>
  23.  
  24. typedef window gwindow;
  25.  
  26. #endif
  27.